You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve demo. (#64)
* Detect platform to use the correct bytecode.
* Mention platform detection in `CHANGELOG.md`.
* Set `scenes/main.tscn` as the main scene.
* Mention updating main scene in `CHANGELOG.md`.
Fix windows build not outputting DLLs. (#46)
* Export all symbols for windows.
* Capture `dll` instead of `lib`.
* Set runtime output directory to `build/lib/`.
* Update library suffix for windows in `iree-gd.gdextension`.
* Revert "Export all symbols for windows."
This reverts commit 172d905.
* Update `CHANGELOG.md`.
Pre-release work (#45)
* Disable bundling failed build into the published version.
* Update `README.md` for mentioning the progress of the builds.
* Flatten disributables when publish.
* Update windows library path in `iree-gd.gdextension`.
* Flatten directory min depth set to 2.
* Fix `README.md`.