# 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 = "2018" name = "bevm" version = "0.1.1" build = "build.rs" description = "Emulator of Basic EVM for itmo students" homepage = "https://github.com/JustAGod1/bevm" readme = "README.md" keywords = [ "emulator", "education", "asm", "itmo", "basepc", ] categories = ["emulators"] license-file = "LICENSE" repository = "https://github.com/JustAGod1/bevm" [[bin]] name = "bevm" path = "src/main.rs" [dependencies.gl] version = "0.10.0" [dependencies.imgui] version = "0.9.0" [dependencies.imgui-opengl-renderer] version = "0.12.0" [dependencies.imgui-sdl2] version = "0.15.1" [dependencies.path-clean] version = "1.0.1" [dependencies.rfd] version = "0.11.3" [dependencies.sdl2] version = "0.35.2" features = ["bundled"] [target."cfg(windows)".build-dependencies.winres] version = "0.1"