mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
feat: build windows dll and call dll in flutter
This commit is contained in:
6
ui/embed_c.go
Normal file
6
ui/embed_c.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build c
|
||||
package ui
|
||||
|
||||
import "embed"
|
||||
|
||||
var Web embed.FS
|
||||
Reference in New Issue
Block a user