rusty_v8/examples/android/Cargo.toml
Luca Casonato 8b90dfd2f4
v0.39.0
2022-02-02 12:44:32 +01:00

22 lines
409 B
TOML

[package]
name = "fractal"
version = "0.0.0"
description = "rusty_v8 android example"
authors = ["the Deno authors"]
license = "MIT"
edition = "2021"
repository = "https://github.com/denoland/rusty_v8"
publish = false
[lib]
path = "lib.rs"
crate-type = ["cdylib"]
[dependencies]
v8 = { path = "../../" }
winit = "0.26"
pixels = "0.8.0"
ndk = "0.3.0"
ndk-glue = { version = "0.5.0", features = ["logger"] }