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