# 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 = "baba" version = "0.2.1" authors = ["rini "] description = "Extremely simple library for games, inspired by love2d and raylib" readme = "README.md" keywords = [ "gamedev", "game", "engine", "graphics", ] categories = [ "graphics", "game-engines", "rendering", ] license = "Apache-2.0" repository = "https://github.com/rniii/baba" [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.ecolor] version = "0.28.1" [dependencies.env_logger] version = "0.11.3" [dependencies.glam] version = "0.28.0" [dependencies.image] version = "0.25.1" features = [ "bmp", "dds", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp", ] default-features = false [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.sdl2] version = "0.37.0" features = [ "unsafe_textures", "image", ] [dependencies.sdl2-sys] version = "0.37.0" [dependencies.thiserror] version = "1.0.63"