This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
v0.2.0-rc.0
Pre-release
Pre-release
Additions
- Actor & string exports are now supported!
- Scripts can now reference other exports with
{Type:id}
syntax starpkg new
now creates a.gitignore
file which ignores the starpkg.build
directorystarfmt.toml
now supports a[dependencies]
section where paths to dependencies can be provided using{ path = "path/to/dependency/package" }
values- Windows build
Changes
src/sprites
has been renamed tosrc/sprite
- Split the Unix build into Linux and macOS (in 0.1.0, the Unix build didn't work on MacOS!)