Skip to content

Commit

Permalink
[VER] : Version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Aug 10, 2023
1 parent 82438dd commit 0c41808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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 = "vox_writer"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "A simple writer module for MagicaVoxel file format"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Stephane Cuillerdier (aka Aiekick)
Copyright (c) 2021-2023 Stephane Cuillerdier (aka Aiekick)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ my conversion to Rust of my original c++ [MagicaVoxel File Writer](https://githu
### Sample code 1 :

```rust
mod vox_writer;

fn main() {
let mut vox = vox_writer::VoxWriter::create_empty();

Expand All @@ -32,7 +30,6 @@ you can generate that (previewed in [Magicavoxel](https://ephtracy.github.io/))
### Sample code 2 :

```rust
mod vox_writer;
fn main() {
let mut vox = vox_writer::VoxWriter::create_empty();
const SIZE:i32 = 1000;
Expand Down

0 comments on commit 0c41808

Please sign in to comment.