Skip to content

Commit

Permalink
removed useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed May 8, 2023
1 parent f50250b commit 97aa556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gilgamesh"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "A small 3D rendering engine built upon WGPU with the primary goal of visualizing procedural terrains."
license = "Apache-2.0"
Expand Down
1 change: 0 additions & 1 deletion tests/main.rs → src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate gilgamesh;
use gilgamesh::{init_gilgamesh, start_gilgamesh};
use gilgamesh::mesh::Mesh;

#[test]
fn main() {
let mut app = init_gilgamesh();

Expand Down

0 comments on commit 97aa556

Please sign in to comment.