make header fancy
This commit is contained in:
parent
c3e5b84282
commit
8caf553808
1 changed files with 12 additions and 8 deletions
18
README.md
18
README.md
|
@ -1,11 +1,16 @@
|
||||||
# tauri-sys
|
<div align="center">
|
||||||
|
<h1>
|
||||||
Bindings to the [Tauri API] for projects using [wasm-bindgen]
|
<code>tauri-sys</code>
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
<strong>Raw bindings to the <a href="https://tauri.app/v1/api/js/"><code>Tauri API</code></a>
|
||||||
|
for projects using <a href="https://github.com/rustwasm/wasm-bindgen"><code>wasm-bindgen</code></a></strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
This crate is not yet published to crates.io, so you need to use it from git.
|
This crate is not yet published to crates.io, so you need to use it from git. You also need a global installation of [`esbuild`].
|
||||||
You also need a global installation of [`esbuild`].
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" }
|
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" }
|
||||||
|
@ -66,7 +71,6 @@ These API bindings are not completely on-par with `@tauri-apps/api` yet, but her
|
||||||
|
|
||||||
The current API also very closely mirrors the JS API even though that might not be the most ergonomic choice, ideas for improving the API with quality-of-life features beyond the regular JS API interface are very welcome.
|
The current API also very closely mirrors the JS API even though that might not be the most ergonomic choice, ideas for improving the API with quality-of-life features beyond the regular JS API interface are very welcome.
|
||||||
|
|
||||||
[Tauri API]: https://tauri.app/v1/api/js/
|
|
||||||
[wasm-bindgen]: https://github.com/rustwasm/wasm-bindgen
|
[wasm-bindgen]: https://github.com/rustwasm/wasm-bindgen
|
||||||
[Tauri Allowlist]: https://tauri.app/v1/api/config#allowlistconfig
|
[tauri allowlist]: https://tauri.app/v1/api/config#allowlistconfig
|
||||||
[`esbuild`]: https://esbuild.github.io/getting-started/#install-esbuild
|
[`esbuild`]: https://esbuild.github.io/getting-started/#install-esbuild
|
Loading…
Add table
Reference in a new issue