Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tastaturtaste committed Jun 25, 2023
2 parents a8ac971 + 028b048 commit c7c6693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lights-out"
version = "0.1.0"
version = "0.1.1"
authors = ["Tastaturtaste <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use std::{
cell::{Cell, RefCell},
rc::Rc,
Expand Down

0 comments on commit c7c6693

Please sign in to comment.