feat: add linux support. (#209)

* feat: add linux support.

* chore: update README.md

* bump version for flutter-webrtc.
This commit is contained in:
CloudWebRTC
2023-05-16 10:34:14 +08:00
committed by GitHub
parent 0b8aeeeba1
commit 83f87547e7
11 changed files with 417 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}