Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Salmanovich committed Jul 17, 2023
1 parent 5542303 commit a75c317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Prep
run: sudo apt-get install libasound-dev -y

- uses: actions/checkout@v3
- name: Build
run: cargo build --release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resistor"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Denis Salmanovich"]
readme = "README.md"
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

use egui_macroquad::*;
use macroquad::prelude::*;

Expand Down

0 comments on commit a75c317

Please sign in to comment.