Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 925139e

Browse files
committed
Fix scene-viewer description
1 parent c887709 commit 925139e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/scene-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scene-viewer"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Connor Fitzgerald <connorwadefitzgerald@gmail.com>"]
55
edition = "2018"
66
description = "A gltf scene viewer based on the rend3 3D rendering engine."

examples/scene-viewer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scene-viewer
22

3-
gltf (and glb) loader and
3+
gltf (and glb) loader and viewer using the [rend3](https://crates.io/crates/rend3) rendering engine.
44

55
Exported Unity Scene through glTF:
66

0 commit comments

Comments
 (0)