Skip to content

Commit

Permalink
Update wxWidgets to 3.2
Browse files Browse the repository at this point in the history
- Fix formbuilder warning (info)
- Increment version to 2.0.0
  • Loading branch information
haata committed Oct 12, 2023
1 parent 71f10cf commit 3c54721
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 1,401 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 = "bossa"
version = "0.1.0"
version = "2.0.0"
authors = ["Jacob Alexander <haata@kiibohd.com>, Scott Shumate <scott@shumatech.com>"]
description = "Rust cxx wrapper around BOSSA SAM-BA library"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Version
#
VERSION?=$(shell git describe --tags --dirty)
WXVERSION=3.0
WXVERSION=3.2

#
# Source files
Expand Down Expand Up @@ -35,7 +35,7 @@ OS:=$(shell uname -s | cut -c -7)
#
ifeq ($(OS),MINGW32)
# Use wxWindows development branch to work around font scaling issues on Windows
WXVERSION=3.1
WXVERSION=3.2
EXE=.exe
COMMON_SRCS+=WinSerialPort.cpp WinPortFactory.cpp
COMMON_LDFLAGS=-Wl,--enable-auto-import -static -static-libstdc++ -static-libgcc
Expand Down
Loading

0 comments on commit 3c54721

Please sign in to comment.