# 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 = "allegro_examples" version = "0.0.46" authors = ["SiegeLord "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Allegro 5 wrapper examples" readme = false keywords = ["examples"] license = "Zlib" repository = "https://github.com/SiegeLord/RustAllegro" [[bin]] name = "example" path = "example.rs" [[bin]] name = "welcome" path = "welcome.rs" [[bin]] name = "config_example" path = "config_example.rs" [[bin]] name = "audio_example" path = "audio_example.rs" [[bin]] name = "multiple_windows" path = "multiple_windows.rs" [[bin]] name = "shaders" path = "shaders.rs" [[bin]] name = "synth_example" path = "synth_example.rs" [[bin]] name = "user_events" path = "user_events.rs" [dependencies.allegro] version = "=0.0.46" [dependencies.allegro-sys] version = "=0.0.46" [dependencies.allegro_acodec] version = "=0.0.46" [dependencies.allegro_audio] version = "=0.0.46" [dependencies.allegro_font] version = "=0.0.46" [dependencies.allegro_image] version = "=0.0.46" [dependencies.allegro_primitives] version = "=0.0.46" [dependencies.allegro_ttf] version = "=0.0.46" [dependencies.byteorder] version = "1.5" [dependencies.getopts] version = "=0.2.21"