[package] name = "octoon" version = "0.1.0" license = "MIT" authors = ["Rui <2221870259@qq.com>"] description = "Graphics library for Rust." repository = "https://github.com/octoon/octoon.git" [dependencies] stdweb = "0.4.10" stdweb-derive = "0.5.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" image = "0.20.1" uuid = { version = "0.7.1", features = ["v4"] } rand = { version = "0.6.1", features = ["stdweb"]} octoon-math = "0.1.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] gl = "0.9.0" glfw = "0.25.0" [lib] name = "octoon"