mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #111] [MERGED] UMK as pure console application #160
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/111
Author: @klugier
Created: 10/30/2022
Status: ✅ Merged
Merged: 12/2/2023
Merged by: @mirek-fidler
Base:
master← Head:klugier/umk-remove-ui-dependencies📝 Commits (3)
022e86cUmk: remove UI dependencies from ide/Builders to make umk pure console application.af8f667Merge branch 'master' into klugier/umk-remove-ui-dependencies77b288cOSX only📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
uppsrc/ide/Builders/Builders.upp(+2 -2)📄 Description
In the current version of UMK there is a depenendency to Draw and plugin/png package. It is not perfect since UMK is designed to be pure console appliccation. My PR is adressing this issue by modifying ide/Builders package dependnecies.
Before the PR UMK dependencies looks like this:
After, it is:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.