Skip to content

Commit

Permalink
Cross-compilation support and version bump to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddieM4 committed Jul 8, 2024
1 parent 212f58a commit 6cdc2a9
Show file tree
Hide file tree
Showing 3 changed files with 7 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 = "glu"
version = "0.6.25"
version = "0.7.8"
edition = "2021"
license = "GPL-3.0-only"

Expand Down
5 changes: 5 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get -y install libssl-dev:$CROSS_DEB_ARCH"
]

0 comments on commit 6cdc2a9

Please sign in to comment.