# 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 = "gtk-egui-area" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EguiArea widget for embedding inside of GTK" readme = "README.md" license = "MIT" repository = "https://github.com/ilya-zlobintsev/gtk-egui-area" [lib] name = "gtk_egui_area" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "synced" path = "examples/synced.rs" [dependencies.egui] version = "0.28.1" [dependencies.egui_glow] version = "0.28.1" [dependencies.epoxy] version = "0.1.0" [dependencies.gl_loader] version = "0.1.2" [dependencies.gtk] version = "0.9.1" package = "gtk4" [dependencies.libloading] version = "0.8.5" [dev-dependencies.egui_demo_lib] version = "0.28.1"