22 lines
569 B
TOML
22 lines
569 B
TOML
[package]
|
|
author = ["Random Walker"]
|
|
name = "ekstrahMap"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
public = true
|
|
|
|
[dependencies]
|
|
console_log = "1.0.0"
|
|
osmpbf = "0.3.4"
|
|
wasm-bindgen = "0.2.93"
|
|
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|
|
console_error_panic_hook = "0.1.7"
|
|
js-sys = "0.3.70"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = ["Document", "Element", "HtmlElement", "Node", "Window", "HtmlCanvasElement", "WebGlBuffer", "WebGlVertexArrayObject", "WebGl2RenderingContext", "WebGlProgram", "WebGlShader"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|