# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gsa" version = "0.2.1" description = "Game development library modelled after an imaginary console" documentation = "https://docs.rs/gsa/latest/" readme = "README.md" keywords = ["gamedev"] categories = ["game-engines"] license = "0BSD" repository = "https://git.danitheskunk.com/DaniTheSkunk/gsa" [profile.release-dani] opt-level = "z" lto = true codegen-units = 1 panic = "abort" inherits = "release" strip = true [dependencies.ascii] version = "1.1.0" [dependencies.clap] version = "4.3.8" features = [ "derive", "cargo", ] [dependencies.dunce] version = "1.0.4" [dependencies.gif] version = "0.12.0" [dependencies.gilrs] version = "0.10.2" [dependencies.glam] version = "0.24.0" [dependencies.path-slash] version = "0.2.1" [dependencies.softbuffer] version = "0.3.0" [dependencies.winit] version = "0.28.6"