Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Update godot-rust and egui #32

Merged
merged 6 commits into from
May 26, 2022
Merged

Update godot-rust and egui #32

merged 6 commits into from
May 26, 2022

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    5c91474 View commit details
    Browse the repository at this point in the history
  2. Migrate #[export] -> #[godot]

    Bromeon committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2b9a48a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd9e538 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. - Fixed a minor version incompatibility between example and godot-egui

    - Implemented the new texture delta functionality
    - Broke the font changing functionality in the example (as this has since changed)
    jacobsky committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c645e70 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Fixed a bug with the delta update. Before it would be updating the te…

    …xture from only the start of the insertion and not as a sub-rect of the texture.
    jacobsky committed May 24, 2022
    Configuration menu
    Copy the full SHA
    0cac2e5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Fixed some warnings, returned to pinning only the minor versions, and…

    … completed the last couple of TODOs in the PR.
    
    egui_helpers::progress_bar() signature has changed due to egui version bump.
    jacobsky committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6484405 View commit details
    Browse the repository at this point in the history