Skip to content

Commit 937611e

Browse files
committed
we'll need to load a picture i'm sure
1 parent 5b1dcb8 commit 937611e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
name = "learn-opengl"
3+
description = "LearnOpenGL.com lessons in Rust"
4+
repository = "https://github.com/Lokathor/learn-opengl"
35
version = "0.1.0"
46
authors = ["Lokathor <[email protected]>"]
57
edition = "2018"
@@ -9,5 +11,6 @@ publish = false
911

1012
[dependencies]
1113
bytemuck = "1"
14+
imagine = "0.0.2"
1215
beryllium = "0.2.0-alpha.1"
1316
ogl33 = { version = "0.1", features = ["debug_error_checks", "debug_trace_messages"]}

0 commit comments

Comments
 (0)