Go to file
Tim-Paik a782e23da4
fix drone issue
2022-05-08 14:28:32 +08:00
.cargo bundler ready 2022-01-31 17:35:36 +08:00
neutauri_bundler It looks like wry/tao/winit automatically scales the content? 2022-05-08 14:10:52 +08:00
neutauri_data Update wry, now webview scales with screen zoom 2022-05-07 20:23:43 +08:00
neutauri_runtime It looks like wry/tao/winit automatically scales the content? 2022-05-08 14:10:52 +08:00
web_src bundler ready 2022-01-31 17:35:36 +08:00
.drone.yml fix drone issue 2022-05-08 14:28:32 +08:00
.gitignore bundler ready 2022-01-31 17:35:36 +08:00
Cargo.lock Update wry, now webview scales with screen zoom 2022-05-07 20:23:43 +08:00
Cargo.toml Create neutauri_data crate to reduce dependencies 2022-05-07 20:16:30 +08:00
LICENSE added readme 2022-02-03 00:38:11 +08:00
README.md added readme 2022-02-03 00:38:11 +08:00
README.zh-CN.md added readme 2022-02-03 00:38:11 +08:00
neutauri.toml.example bundler ready 2022-01-31 17:35:36 +08:00

README.md

Neutauri

English / 中文

Under construction...

Compilation Guide

Linux

Dependency installation

Archlinux:

$ sudo pacman -Syu
$ sudo pacman -S --needed webkit2gtk base-devel curl wget openssl gtk3

Compile

$ git clone https://github.com/Tim-Paik/neutauri.git
$ cd neutauri
$ cargo build --release --bin neutauri_runtime
$ cargo build --release --bin neutauri_bundler

Then you can find the neutauri_bundler executable in the target/release directory.

Windows

Dependency installation

You need to install Visual Studio to use Rust, please install it yourself.

Install Rust

Install Webview2

Compile

PS C:\SomePath> git clone https://github.com/Tim-Paik/neutauri.git
PS C:\SomePath> cd .\neutauri\
PS C:\SomePath> cargo build --release --bin neutauri_runtime
PS C:\SomePath> cargo build --release --bin neutauri_bundler

Then you can find the neutauri_bundler.exe executable in the .\target\release\ folder.

License

MPL2.0 License