Add canvas that renders opengl texture

This commit is contained in:
2024-05-05 17:40:39 -04:00
parent cca8173be4
commit ac1b70f1b1
4 changed files with 342 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "eframe_template_android"
name = "waterfall-glow-rs"
version = "0.1.0"
edition = "2021"
@@ -47,5 +47,5 @@ opt-level = 2
crate-type = ["cdylib"]
[[bin]]
name = "eframe_template"
name = "waterfall"
path = "src/main.rs"