1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "osgui" description = "OSGUI is a component driven GUI library that is like OSUI" license = "Apache-2.0" version = "0.0.1" edition = "2021" [[bin]] name = "osgui" [dependencies] minifb = "0.28.0" rusttype = "0.9.3"