go-ultralight icon indicating copy to clipboard operation
go-ultralight copied to clipboard

Unofficial Golang bindings for the C++ Ultralight UI library

Results 6 go-ultralight issues
Sort by recently updated
recently updated
newest added

I think this looks similar to your final comments on issue in #1 ``` ~/go/src/github.com/maneac/go-ultralight/examples/browser git:master / 87d 9h 8m ❯ go build # github.com/maneac/go-ultralight ../../config.go:46:2: could not determine kind...

```bash go-ultralight 2020/07/19 16:18:57 Downloading darwin SDK... Progress: 14 MB/14 MB 2020/07/19 16:19:01 Extracting darwin SDK to /Users/lucasloffel/go/pkg/mod/github.com/maneac/[email protected]/SDK 2020/07/19 16:19:03 Failed to extract archive: open /Users/lucasloffel/go/pkg/mod/github.com/maneac/[email protected]/SDK/CMakeLists.txt: no such file or...

Sorry for spamming the issues but i am testing you bindings currently 😅 I am trying to set an application icon. I am using `winres` to compile my .rc file....

Hey, i was trying to create a PR for the inspector view but my problem is, as far as I understand the Ultralight API, that I cannot replace a view...