slint/examples/opengl_texture/Cargo.toml
2025-06-26 13:30:43 +00:00

23 lines
480 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
[package]
name = "opengl_texture"
version = "1.13.0"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
build = "build.rs"
license = "MIT"
publish = false
[[bin]]
path = "main.rs"
name = "opengl_texture"
[dependencies]
slint = { path = "../../api/rs/slint" }
glow = { workspace = true }
web-time = { version = "1.0" }
[build-dependencies]
slint-build = { path = "../../api/rs/build" }