Skip to content

Commit

Permalink
release: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Mar 21, 2023
2 parents 0371249 + d651f05 commit 7abdec6
Show file tree
Hide file tree
Showing 24 changed files with 392 additions and 249 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
**/*.br
**/*.gz
/Cargo.lock
/doc/
/release/
/dist/
/skel/js/generated/
/target/
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_mate_poe"
version = "1.4.1"
version = "1.4.2"
authors = ["Blobfolio, LLC. <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down Expand Up @@ -51,6 +51,7 @@ features = [
"EventTarget",
"HtmlAudioElement",
"HtmlElement",
"HtmlImageElement",
"MouseEvent",
"Node",
"ShadowRoot",
Expand Down
5 changes: 1 addition & 4 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ pub fn main() {
println!("cargo:rerun-if-changed=skel/scss/core.scss");

let css = build_css();
let path = out_path("poe.html");
write_file(&path, format!(
r#"<style>{css}</style><div id="p" class="child off"><img id="i" width="6760" height="40"></div>"#
).as_bytes());
write_file(&out_path("poe.css"), css.as_bytes());
}

fn build_css() -> String {
Expand Down
Loading

0 comments on commit 7abdec6

Please sign in to comment.