sciter-sdk / rust-sciter

Rust bindings for Sciter

Home Page:https://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sciter 5 support

Andrew-Shay opened this issue · comments

Does rust-sciter support sciter 5?
It doesn't seem like it
Issue here https://sciter.com/forums/topic/linux-no-libsciter-gtk-so-and-shader-compilation-error/

When using rust-sciter it's still looking for the old libsciter

thread 'main' panicked at 'error: 'libsciter-gtk.so' was not found neither in PATH nor near the current executable.
  Please verify that Sciter SDK is installed and its binaries (from bin.lnx) are available in PATH.', /home/mintdev/.cargo/registry/src/github.com-1ecc6299db9ec823/sciter-rs-0.5.58/src/lib.rs:359:21

Linux Mint VM in VirtualBox 6.1, running on Windows 10 21h1 19044.1889
Linux Mint 21 Cinnamon
5.4.11
5.15.0-46-generic
AMD Ryzen 9 5900HX with Radeon Graphics × 6
VMware SVGA II Adapter (prog-if 00 [VGA controller])

My cargo.lock

name = "sciter-rs"
version = "0.5.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1443364559d670a1b190bea5cdd1064cd9347e7e18150f18737bbc3c2234"
dependencies = [
 "lazy_static",
 "libc",
 "objc",
 "objc-foundation",
]

rust

mintdev@mintdev-VirtualBox:~/Documents/transmitic_workspace$ cargo --version
cargo 1.64.0 (387270bc7 2022-09-16)
mintdev@mintdev-VirtualBox:~/Documents/transmitic_workspace$ rustup --version
rustup 1.25.1 (bb60b1e89 2022-07-12)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active <code>rustc</code> version is <code>rustc 1.64.0 (a55dd71d5 2022-09-19)</code>

@pravic Any update on sciter 5 support?

Hey.

Yeah, I am going to update rust bindings soon. This week, most likely.

Thank you! Can't wait 🥳

@pravic any update?

@pravic Any update?