0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-25 15:29:43 -05:00
denoland-rusty-v8/examples/android/Cargo.toml

22 lines
409 B
TOML
Raw Permalink Normal View History

[package]
name = "fractal"
2022-02-02 06:44:32 -05:00
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"] }