Rust: updating crate dependencies: egui and eframe

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • Going through the process of updating to the latest crate versions for my simple value plotter UI: github.com/and...
    Updating clap and tracing was very easy, however egui updates required a bit of code changes. This video shows what I did.

КОМЕНТАРІ • 4

  • @crissisgt
    @crissisgt 2 роки тому

    Hello, did you try to create web server on ESP32 using RUST?

    • @embedded-rust
      @embedded-rust  2 роки тому

      Hi, esp-rs.github.io/esp-idf-svc/esp_idf_svc/httpd/index.html seems to be what you are looking for.
      So once you have ESP32 running and having an IP address, you should be able to get a web server on it.
      I made a video a while ago getting a ESP32 on the network so that could be a starting point: ua-cam.com/video/CXm7NdBBegk/v-deo.html

  • @steevethebeeve
    @steevethebeeve Рік тому

    What is the name of the vscode plugin that checks the crate versions?

    • @embedded-rust
      @embedded-rust  Рік тому

      I believe it is "crates":
      marketplace.visualstudio.com/items?itemName=serayuzgur.crates