GithubHelp home page GithubHelp logo

deno_tauri's Introduction

๐Ÿ˜ƒ About

Hey, I'm Marc

I am a Software Developer currently focused on Rust ๐Ÿฆ€, React โš›๏ธ, TypeScript ๐Ÿ’™ and Deno ๐Ÿฆ•.

My personal website is mespin.me.

๐Ÿ’ผ Some of my projects

  • ๐Ÿฆ€ Freya: A Rust GUI library powered by Skia and Dioxus.
  • ๐Ÿš€ Graviton Editor - A modern-looking cross-platform code editor.
  • ๐Ÿฆ• Astrodon - Experimental desktop app framework for Deno.
  • ๐Ÿงช ham - A simple interpreted programming language made in Rust.
  • ๐Ÿ’ธ Reactor Wallet - A cross-platform wallet for Solana made with Flutter.

๐Ÿ“Š My stats

My stats

deno_tauri's People

Contributors

marc2332 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

deno_tauri's Issues

cargo build failed

RUST Environment:
(base) H:\deno_tauri>rustup toolchain list
stable-x86_64-pc-windows-msvc (default)
nightly-x86_64-pc-windows-msvc

Build in stable:
(base) H:\deno_tauri>cargo build
Blocking waiting for file lock on package cache
Compiling runtime v0.1.0 (H:\deno_tauri\runtime)
error[E0554]: #![feature] may not be used on the stable release channel
--> runtime\src\main.rs:1:12
|
1 | #![feature(map_try_insert)]
| ^^^^^^^^^^^^^^

For more information about this error, try rustc --explain E0554.
error: could not compile runtime due to previous error

Build in nightly:
(base) H:\deno_tauri>rustup run nightly cargo build
Compiling ring v0.16.20
Compiling libffi v2.0.1
Compiling rusqlite v0.25.4
error: no rules expected the token aarch64_apple
--> C:\Users\tony_.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\ring-0.16.20\src\cpu.rs:257:13
|
165 | macro_rules! features {
| --------------------- when calling this macro
...
257 | aarch64_apple: true,
| ^^^^^^^^^^^^^ no rules expected this token in macro call

error[E0425]: cannot find value AES in module cpu::arm
--> C:\Users\tony_.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\ring-0.16.20\src\aead\aes.rs:381:65
|
381 | if cpu::intel::AES.available(cpu_features) || cpu::arm::AES.available(cpu_features) {
| ^^^ not found in cpu::arm
|
help: consider importing this constant
|
15 | use crate::cpu::intel::AES;
|

error[E0425]: cannot find value PMULL in module cpu::arm
--> C:\Users\tony_.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\ring-0.16.20\src\aead\gcm.rs:315:26
|
315 | || cpu::arm::PMULL.available(cpu_features)
| ^^^^^ not found in cpu::arm

error[E0425]: cannot find value ARMCAP_STATIC in this scope
--> C:\Users\tony_.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\ring-0.16.20\src\cpu.rs:235:41
|
235 | if self.mask == self.mask & ARMCAP_STATIC {
| ^^^^^^^^^^^^^ not found in this scope

For more information about this error, try rustc --explain E0425.
error: could not compile ring due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.