[package] name = "yametekudastop" version = "0.0.1" authors = ["Ngo Iok Ui "] edition = "2018" license = "Apache-2.0/MIT" description = "(WIP) A tiny webview library to build modern cross-platform GUIs." readme = "README.md" [dependencies] libc = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [target.'cfg(target_os = "linux")'.dependencies] javascriptcore-rs-sys = "0.2" gtk-sys = "0.10" glib-sys = "0.10" gobject-sys = "0.10" webkit2gtk-sys = { version = "0.12", features = ["v2_8"] } gdk-sys = "0.10" [target.'cfg(windows)'.dependencies] winit = "0.21" winapi = { version = "0.3", features = ["combaseapi", "libloaderapi", "minwindef", "roapi", "synchapi", "winbase", "windef", "winnt", "winuser"] } winrt = "0.7"