# 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] name = "cafe_core" version = "0.1.2" authors = ["Canoi Gomes "] description = "Game frameworks made on top of SDL2 and OpenGL" readme = "README.md" keywords = [ "SDL", "rendering", "engine", "framework", "graphics", ] categories = [ "rendering", "opengl", "sdl2", "game-frameworks", ] license = "MIT" repository = "https://codeberg.org/cafe/cafe" [lib] name = "cafe" path = "src/lib.rs" [dependencies.coffee_lang] version = "0.0.0" [dependencies.latte_fs] version = "0.0.0" [dependencies.mocha_audio] version = "0.1.1" [dependencies.sdl2] version = "0.35.2" default-features = false [dependencies.stb_image] version = "0.2.5" [dependencies.tea_render] version = "0.1.0"