nstd_gui 0.5.0

NSTD windowing crate.
Documentation
[package]

name = "nstd_gui"

version = "0.5.0"

description = "NSTD windowing crate."

license = "MIT"

repository = "https://github.com/NyantasticUwU/nstd"

edition = "2021"



[lib]

crate-type = ["cdylib", "rlib", "staticlib"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[features]

clib = []

deps = []



[dependencies]

nstd_events = { version="0.5.0", features=["deps"] }

nstd_image = { version="0.5.0", features=["deps"] }