1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: MIT
3
4[package]
5name = "opengl_texture"
6version = "1.5.1"
7authors = ["Slint Developers <info@slint.dev>"]
8edition = "2021"
9build = "build.rs"
10license = "MIT"
11publish = false
12
13[[bin]]
14path = "main.rs"
15name = "opengl_texture"
16
17[dependencies]
18slint = { path = "../../api/rs/slint" }
19glow = { version = "0.13" }
20web-time = { version = "1.0" }
21
22[build-dependencies]
23slint-build = { path = "../../api/rs/build" }
24